} if (isset($domain_id)) { $status = quick_billing_status($domain_id); if ($status =="Y") { echo ""; ?>
This account is due.
Clicking the submit button will bring the billing status on this account up to date.
It will also create a billing record for today's date in the amount of $amount=print_hosting_cost($domain_id); echo $currency . "" . $amount; ?> .
} elseif ($status=="N") { echo "This account is not due."; } } ?>